Files
Table of Contents

Working with files and directories


See also file_selector()

  • func copy_file( sequence file1, sequence file2 )   
  • func remove_file( sequence file )   
  • func rmdir( sequence directory )   
  • func wx_mkdir( object directory, object perm, atom flags )   
  • func wx_rmdir( object directory )     
     
    Subtopics:
  • wxDir
  • wxDirTraverser

    Files
    Table of Contents

    [func]
    copy_file
    ( sequence file1, sequence file2 )

    Returns: An integer which will be 1 if successful, 0 if unsuccessful.

    Category: Files

    File1 is the file to be copied and File2 is the file that will be made. If you are using Windows, use \\ instead of . You may NOT

    You may

    See Also: remove_file, rmdir, wx_mkdir, wx_rmdir


    Files
    Table of Contents

    [func]
    remove_file
    ( sequence file )

    Category: Files

    Removes (deletes) the specified file, returns true if successful.

    See Also: copy_file, rmdir, wx_mkdir, wx_rmdir


    Files
    Table of Contents

    [func]
    rmdir
    ( sequence directory )

    Category: Files

    Deletes the specified directory from the file system.

    See Also: copy_file, remove_file, wx_mkdir, wx_rmdir


    Files
    Table of Contents

    [func]
    wx_mkdir
    ( object directory, object perm, atom flags )

    Category: Files

    See Also: copy_file, remove_file, rmdir, wx_rmdir


    Files
    Table of Contents

    [func]
    wx_rmdir
    ( object directory )

    Category: Files

    See Also: copy_file, remove_file, rmdir, wx_mkdir